- GTestConfig
alias GTestConfig = _Anonymous_1
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- GTestDataFunc
alias GTestDataFunc = void function(const(void)*)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- GTestFixtureFunc
alias GTestFixtureFunc = void function(void*, const(void)*)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- GTestFunc
alias GTestFunc = void function()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- GTestLogBuffer
alias GTestLogBuffer = _Anonymous_4
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- GTestLogFatalFunc
alias GTestLogFatalFunc = int function(const(char)*, GLogLevelFlags, const(char)*, void*)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- GTestLogMsg
alias GTestLogMsg = _Anonymous_3
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- GTestLogType
alias GTestLogType = _Anonymous_2
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- GTestTrapFlags
alias GTestTrapFlags = _Anonymous_0
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_g_assertion_message
alias da_g_assertion_message = void function(const(char)* domain, const(char)* file, int line, const(char)* func, const(char)* message)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_g_assertion_message_cmpnum
alias da_g_assertion_message_cmpnum = void function(const(char)* domain, const(char)* file, int line, const(char)* func, const(char)* expr, real arg1, const(char)* cmp, real arg2, char numtype)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_g_assertion_message_cmpstr
alias da_g_assertion_message_cmpstr = void function(const(char)* domain, const(char)* file, int line, const(char)* func, const(char)* expr, const(char)* arg1, const(char)* cmp, const(char)* arg2)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_g_assertion_message_error
alias da_g_assertion_message_error = void function(const(char)* domain, const(char)* file, int line, const(char)* func, const(char)* expr, const(GError)* error, GQuark error_domain, int error_code)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_g_assertion_message_expr
alias da_g_assertion_message_expr = void function(const(char)* domain, const(char)* file, int line, const(char)* func, const(char)* expr)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_g_strcmp0
alias da_g_strcmp0 = int function(const(char)* str1, const(char)* str2)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_g_test_add_data_func
alias da_g_test_add_data_func = void function(const(char)* testpath, gconstpointer test_data, GTestDataFunc test_func)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_g_test_add_data_func_full
alias da_g_test_add_data_func_full = void function(const char* testpath, gpointer test_data, GTestDataFunc test_func, GDestroyNotify data_free_func)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_g_test_add_func
alias da_g_test_add_func = void function(const(char)* testpath, GTestFunc test_func)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_g_test_add_vtable
alias da_g_test_add_vtable = void function(const(char)* testpath, gsize data_size, gconstpointer test_data, GTestFixtureFunc data_setup, GTestFixtureFunc data_test, GTestFixtureFunc data_teardown)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_g_test_assert_expected_messages_internal
alias da_g_test_assert_expected_messages_internal = void function(const char* domain, const char* file, int line, const char* func)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_g_test_bug
alias da_g_test_bug = void function(const(char)* bug_uri_snippet)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_g_test_bug_base
alias da_g_test_bug_base = void function(const(char)* uri_pattern)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_g_test_config_vars
alias da_g_test_config_vars = GTestConfig*
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_g_test_create_case
alias da_g_test_create_case = GTestCase* function(const(char)* test_name, gsize data_size, gconstpointer test_data, GTestFixtureFunc data_setup, GTestFixtureFunc data_test, GTestFixtureFunc data_teardown)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_g_test_create_suite
alias da_g_test_create_suite = GTestSuite* function(const(char)* suite_name)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_g_test_expect_message
alias da_g_test_expect_message = void function(const gchar* log_domain, GLogLevelFlags log_level, const gchar* pattern)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_g_test_fail
alias da_g_test_fail = void function()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_g_test_get_root
alias da_g_test_get_root = GTestSuite* function()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_g_test_init
alias da_g_test_init = void function(int* argc, char*** argv, ...)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_g_test_log_buffer_free
alias da_g_test_log_buffer_free = void function(GTestLogBuffer* tbuffer)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_g_test_log_buffer_new
alias da_g_test_log_buffer_new = GTestLogBuffer* function()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_g_test_log_buffer_pop
alias da_g_test_log_buffer_pop = GTestLogMsg* function(GTestLogBuffer* tbuffer)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_g_test_log_buffer_push
alias da_g_test_log_buffer_push = void function(GTestLogBuffer* tbuffer, guint n_bytes, const(guint8)* bytes)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_g_test_log_msg_free
alias da_g_test_log_msg_free = void function(GTestLogMsg* tmsg)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_g_test_log_set_fatal_handler
alias da_g_test_log_set_fatal_handler = void function(GTestLogFatalFunc log_func, gpointer user_data)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_g_test_log_type_name
alias da_g_test_log_type_name = const(char)* function(GTestLogType log_type)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_g_test_maximized_result
alias da_g_test_maximized_result = void function(double maximized_quantity, const(char)* format, ...)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_g_test_message
alias da_g_test_message = void function(const(char)* format, ...)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_g_test_minimized_result
alias da_g_test_minimized_result = void function(double minimized_quantity, const(char)* format, ...)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_g_test_queue_destroy
alias da_g_test_queue_destroy = void function(GDestroyNotify destroy_func, gpointer destroy_data)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_g_test_queue_free
alias da_g_test_queue_free = void function(gpointer gfree_pointer)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_g_test_rand_double
alias da_g_test_rand_double = double function()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_g_test_rand_double_range
alias da_g_test_rand_double_range = double function(double range_start, double range_end)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_g_test_rand_int
alias da_g_test_rand_int = gint32 function()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_g_test_rand_int_range
alias da_g_test_rand_int_range = gint32 function(gint32 begin, gint32 end)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_g_test_run
alias da_g_test_run = int function()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_g_test_run_suite
alias da_g_test_run_suite = int function(GTestSuite* suite)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_g_test_suite_add
alias da_g_test_suite_add = void function(GTestSuite* suite, GTestCase* test_case)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_g_test_suite_add_suite
alias da_g_test_suite_add_suite = void function(GTestSuite* suite, GTestSuite* nestedsuite)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_g_test_timer_elapsed
alias da_g_test_timer_elapsed = double function()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_g_test_timer_last
alias da_g_test_timer_last = double function()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_g_test_timer_start
alias da_g_test_timer_start = void function()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_g_test_trap_assertions
alias da_g_test_trap_assertions = void function(const(char)* domain, const(char)* file, int line, const(char)* func, guint64 assertion_flags, const(char)* pattern)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_g_test_trap_fork
alias da_g_test_trap_fork = gboolean function(guint64 usec_timeout, GTestTrapFlags test_trap_flags)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_g_test_trap_has_passed
alias da_g_test_trap_has_passed = gboolean function()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_g_test_trap_reached_timeout
alias da_g_test_trap_reached_timeout = gboolean function()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- g_assertion_message
void g_assertion_message(const(char)* domain, const(char)* file, int line, const(char)* func, const(char)* message)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- g_assertion_message_cmpnum
void g_assertion_message_cmpnum(const(char)* domain, const(char)* file, int line, const(char)* func, const(char)* expr, real arg1, const(char)* cmp, real arg2, char numtype)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- g_assertion_message_cmpstr
void g_assertion_message_cmpstr(const(char)* domain, const(char)* file, int line, const(char)* func, const(char)* expr, const(char)* arg1, const(char)* cmp, const(char)* arg2)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- g_assertion_message_error
void g_assertion_message_error(const(char)* domain, const(char)* file, int line, const(char)* func, const(char)* expr, const(GError)* error, GQuark error_domain, int error_code)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- g_assertion_message_expr
void g_assertion_message_expr(const(char)* domain, const(char)* file, int line, const(char)* func, const(char)* expr)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- g_strcmp0
int g_strcmp0(const(char)* str1, const(char)* str2)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- g_test_add_data_func
void g_test_add_data_func(const(char)* testpath, gconstpointer test_data, GTestDataFunc test_func)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- g_test_add_data_func_full
void g_test_add_data_func_full(char* testpath, gpointer test_data, GTestDataFunc test_func, GDestroyNotify data_free_func)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- g_test_add_func
void g_test_add_func(const(char)* testpath, GTestFunc test_func)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- g_test_add_vtable
void g_test_add_vtable(const(char)* testpath, gsize data_size, gconstpointer test_data, GTestFixtureFunc data_setup, GTestFixtureFunc data_test, GTestFixtureFunc data_teardown)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- g_test_assert_expected_messages_internal
void g_test_assert_expected_messages_internal(char* domain, char* file, int line, char* func)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- g_test_bug
void g_test_bug(const(char)* bug_uri_snippet)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- g_test_bug_base
void g_test_bug_base(const(char)* uri_pattern)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- g_test_create_case
GTestCase* g_test_create_case(const(char)* test_name, gsize data_size, gconstpointer test_data, GTestFixtureFunc data_setup, GTestFixtureFunc data_test, GTestFixtureFunc data_teardown)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- g_test_create_suite
GTestSuite* g_test_create_suite(const(char)* suite_name)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- g_test_expect_message
void g_test_expect_message(gchar* log_domain, GLogLevelFlags log_level, gchar* pattern)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- g_test_fail
void g_test_fail()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- g_test_get_root
GTestSuite* g_test_get_root()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- g_test_init
void g_test_init(int* argc, char*** argv, ...)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- g_test_log_buffer_free
void g_test_log_buffer_free(GTestLogBuffer* tbuffer)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- g_test_log_buffer_new
GTestLogBuffer* g_test_log_buffer_new()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- g_test_log_buffer_pop
GTestLogMsg* g_test_log_buffer_pop(GTestLogBuffer* tbuffer)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- g_test_log_buffer_push
void g_test_log_buffer_push(GTestLogBuffer* tbuffer, guint n_bytes, const(guint8)* bytes)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- g_test_log_msg_free
void g_test_log_msg_free(GTestLogMsg* tmsg)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- g_test_log_set_fatal_handler
void g_test_log_set_fatal_handler(GTestLogFatalFunc log_func, gpointer user_data)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- g_test_log_type_name
const(char)* g_test_log_type_name(GTestLogType log_type)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- g_test_maximized_result
void g_test_maximized_result(double maximized_quantity, const(char)* format, ...)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- g_test_message
void g_test_message(const(char)* format, ...)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- g_test_minimized_result
void g_test_minimized_result(double minimized_quantity, const(char)* format, ...)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- g_test_queue_destroy
void g_test_queue_destroy(GDestroyNotify destroy_func, gpointer destroy_data)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- g_test_queue_free
void g_test_queue_free(gpointer gfree_pointer)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- g_test_rand_double
double g_test_rand_double()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- g_test_rand_double_range
double g_test_rand_double_range(double range_start, double range_end)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- g_test_rand_int
gint32 g_test_rand_int()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- g_test_rand_int_range
gint32 g_test_rand_int_range(gint32 begin, gint32 end)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- g_test_run
int g_test_run()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- g_test_run_suite
int g_test_run_suite(GTestSuite* suite)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- g_test_suite_add
void g_test_suite_add(GTestSuite* suite, GTestCase* test_case)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- g_test_suite_add_suite
void g_test_suite_add_suite(GTestSuite* suite, GTestSuite* nestedsuite)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- g_test_timer_elapsed
double g_test_timer_elapsed()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- g_test_timer_last
double g_test_timer_last()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- g_test_timer_start
void g_test_timer_start()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- g_test_trap_assertions
void g_test_trap_assertions(const(char)* domain, const(char)* file, int line, const(char)* func, guint64 assertion_flags, const(char)* pattern)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- g_test_trap_fork
gboolean g_test_trap_fork(guint64 usec_timeout, GTestTrapFlags test_trap_flags)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- g_test_trap_has_passed
gboolean g_test_trap_has_passed()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- g_test_trap_reached_timeout
gboolean g_test_trap_reached_timeout()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- g_assertion_message
da_g_assertion_message g_assertion_message;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- g_assertion_message_cmpnum
da_g_assertion_message_cmpnum g_assertion_message_cmpnum;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- g_assertion_message_cmpstr
da_g_assertion_message_cmpstr g_assertion_message_cmpstr;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- g_assertion_message_error
da_g_assertion_message_error g_assertion_message_error;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- g_assertion_message_expr
da_g_assertion_message_expr g_assertion_message_expr;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- g_strcmp0
da_g_strcmp0 g_strcmp0;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- g_test_add_data_func
da_g_test_add_data_func g_test_add_data_func;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- g_test_add_data_func_full
da_g_test_add_data_func_full g_test_add_data_func_full;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- g_test_add_func
da_g_test_add_func g_test_add_func;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- g_test_add_vtable
da_g_test_add_vtable g_test_add_vtable;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- g_test_assert_expected_messages_internal
da_g_test_assert_expected_messages_internal g_test_assert_expected_messages_internal;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- g_test_bug
da_g_test_bug g_test_bug;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- g_test_bug_base
da_g_test_bug_base g_test_bug_base;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- g_test_config_vars
da_g_test_config_vars g_test_config_vars;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- g_test_create_case
da_g_test_create_case g_test_create_case;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- g_test_create_suite
da_g_test_create_suite g_test_create_suite;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- g_test_expect_message
da_g_test_expect_message g_test_expect_message;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- g_test_fail
da_g_test_fail g_test_fail;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- g_test_get_root
da_g_test_get_root g_test_get_root;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- g_test_init
da_g_test_init g_test_init;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- g_test_log_buffer_free
da_g_test_log_buffer_free g_test_log_buffer_free;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- g_test_log_buffer_new
da_g_test_log_buffer_new g_test_log_buffer_new;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- g_test_log_buffer_pop
da_g_test_log_buffer_pop g_test_log_buffer_pop;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- g_test_log_buffer_push
da_g_test_log_buffer_push g_test_log_buffer_push;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- g_test_log_msg_free
da_g_test_log_msg_free g_test_log_msg_free;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- g_test_log_set_fatal_handler
da_g_test_log_set_fatal_handler g_test_log_set_fatal_handler;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- g_test_log_type_name
da_g_test_log_type_name g_test_log_type_name;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- g_test_maximized_result
da_g_test_maximized_result g_test_maximized_result;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- g_test_message
da_g_test_message g_test_message;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- g_test_minimized_result
da_g_test_minimized_result g_test_minimized_result;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- g_test_queue_destroy
da_g_test_queue_destroy g_test_queue_destroy;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- g_test_queue_free
da_g_test_queue_free g_test_queue_free;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- g_test_rand_double
da_g_test_rand_double g_test_rand_double;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- g_test_rand_double_range
da_g_test_rand_double_range g_test_rand_double_range;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- g_test_rand_int
da_g_test_rand_int g_test_rand_int;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- g_test_rand_int_range
da_g_test_rand_int_range g_test_rand_int_range;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- g_test_run
da_g_test_run g_test_run;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- g_test_run_suite
da_g_test_run_suite g_test_run_suite;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- g_test_suite_add
da_g_test_suite_add g_test_suite_add;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- g_test_suite_add_suite
da_g_test_suite_add_suite g_test_suite_add_suite;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- g_test_timer_elapsed
da_g_test_timer_elapsed g_test_timer_elapsed;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- g_test_timer_last
da_g_test_timer_last g_test_timer_last;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- g_test_timer_start
da_g_test_timer_start g_test_timer_start;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- g_test_trap_assertions
da_g_test_trap_assertions g_test_trap_assertions;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- g_test_trap_fork
da_g_test_trap_fork g_test_trap_fork;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- g_test_trap_has_passed
da_g_test_trap_has_passed g_test_trap_has_passed;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- g_test_trap_reached_timeout
da_g_test_trap_reached_timeout g_test_trap_reached_timeout;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.